func github.com/andybalholm/brotli.histogramAddDistance
8 uses
github.com/andybalholm/brotli (current package)
block_splitter_distance.go#L185: histogramAddDistance(&histograms[block_ids[i]], uint(data[i]))
block_splitter_distance.go#L240: histogramAddDistance(&histograms[j], uint(data[pos]))
block_splitter_distance.go#L320: histogramAddDistance(&histo, uint(data[pos]))
brotli_bit_stream.go#L1382: histogramAddDistance(dist_histo, uint(cmd.dist_prefix_)&0x3FF)
histogram.go#L125: func histogramAddDistance(self *histogramDistance, val uint) {
histogram.go#L222: histogramAddDistance(©_dist_histograms[context], uint(cmd.dist_prefix_)&0x3FF)
metablock.go#L129: histogramAddDistance(&histo, uint(dist_prefix)&0x3FF)
metablock_distance.go#L160: histogramAddDistance(&self.histograms_[self.curr_histogram_ix_], symbol)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |